home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / eText5 / Source / NewXTeXT / XText0.9beta2 / XTScroller.h < prev    next >
Encoding:
Text File  |  1995-07-28  |  300 b   |  14 lines

  1. #import <appkit/ScrollView.h>
  2. #import <appkit/ClipView.h>
  3. #import "XText.subproj/XText.h"
  4.  
  5. /*    An XTScroller is a ScrollView that automatically installs an XText as
  6.     its subview and does all the appropriate setup. 
  7.  */
  8.  
  9. @interface XTScroller:ScrollView
  10. {
  11. }
  12. - initFrame:(const NXRect *)frameRect;
  13. @end
  14.